home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / recall34.zip / RECALL.DOC < prev    next >
Text File  |  1992-02-09  |  12KB  |  256 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                             T O T A L  R E C A L L
  7.                             ----------------------
  8.                                      v3.4
  9.  
  10.         One of the MicroNet Collection of multi-BBS Doorware programs.
  11.            Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS, Spitfire,
  12.               UltraBBS, Telegard, TriTel, Remote Access, and WWIV
  13.  
  14.                                       By
  15.  
  16.                                   Ted Freeman
  17.                                 Rt. 1, Box 689
  18.                               Tazewell, TN 37879
  19.  
  20.                            (c) Copyright 1987 - 1992
  21.                               All Rights Reserved
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.                                CONTENTS
  30.                                ========
  31.                                                                              
  32.       Information:      ~Copyright~
  33.                            ~Warranty~
  34.                               ~Distribution~
  35.                                  ~Registration~
  36.                                                                              
  37.       Door Operation:   ~Configuration Files~
  38.                            ~Batch File~
  39.                               ~Top Ten Bulletin~
  40.                                  ~Sysop Keys~
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                          ^Configuration Files^
  48.                           -------------------
  49.                                                                              
  50.                                                                              
  51.    Use the left/right arrows keys to select the desired system file
  52.    then press ENTER.
  53.  
  54.  
  55.  
  56.                 ~CALLINFO.BBS~
  57.                    ~CHAIN.TXT~
  58.                       ~DOOR.SYS~
  59.                          ~DORINFOx.DEF~
  60.                             ~PCBOARD.SYS~
  61.                                ~SFDOORS.DAT~
  62.                                   ~USERS.SYS~
  63.                                      ~USERINFO.DAT~
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. #
  71.  
  72. Example configuration file for|PCBOARD.SYS|
  73. ------------------------------------------
  74.                                                                              .
  75. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  76. MicroNet            <=-  (Change this to your BBS name)
  77. Ted                 <=-  (The Sysop's first name)
  78. Freeman             <=-  (The Sysop's last name)
  79.  
  80. Example configuration file for|USERS.SYS|
  81. ------------------------------------------
  82.                                                                              .
  83. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  84. MicroNet            <=-  (Change this to your BBS name)
  85. Ted                 <=-  (The Sysop's first name)
  86. Freeman             <=-  (The Sysop's last name)
  87.  
  88. Example configuration file for|DOOR.SYS|
  89. ---------------------------------------
  90.                                                                              .
  91. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  92. MicroNet PCBoard    <=-  (Change this to your BBS name)
  93. Ted                 <=-  (The Sysop's first name)
  94. Freeman             <=-  (The Sysop's last name)
  95.  
  96. Example configuration file for|USERINFO.DAT|
  97. -------------------------------------------
  98.                                                                              .
  99. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  100. MicroNet PCBoard    <=-  (Change this to your BBS name)
  101. Ted                 <=-  (The Sysop's first name)
  102. Freeman             <=-  (The Sysop's last name)
  103. NOTE: DOOR.SYS must be in the SAME directory as USERINFO.DAT
  104.  
  105. Example configuration file for|CALLINFO.BBS|
  106. -------------------------------------------
  107.                                                                              .
  108. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  109. MicroNet            <=-  (Change this to your BBS name)
  110. Ted                 <=-  (The Sysop's first name)
  111. Freeman             <=-  (The Sysop's last name)
  112.  
  113. Example configuration file for|DORINFOx.DEF|
  114. -------------------------------------------
  115.                                                                              .
  116. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  117.                           where 'x' is the BBS Node number.
  118. MicroNet            <=-  (Change this to your BBS name)
  119. Ted                 <=-  (The Sysop's first name)
  120. Freeman             <=-  (The Sysop's last name)
  121.  
  122. Example configuration file for|SFDOORS.DAT|
  123. ------------------------------------------
  124.                                                                              .
  125. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  126. MicroNet            <=-  (Change this to your BBS name)
  127. Ted                 <=-  (The Sysop's first name)
  128. Freeman             <=-  (The Sysop's last name)
  129.  
  130. Example configuration file for|CHAIN.TXT|
  131. ----------------------------------------
  132.                                                                              .
  133. C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  134. MicroNet            <=-  (Change this to your BBS name)
  135. Ted                 <=-  (The Sysop's first name)
  136. Freeman             <=-  (The Sysop's last name)
  137.  
  138.         This configuration file must be located in your default BBS
  139.         directory.  You may name this file whatever you like, but the
  140.         name of the file must be passed to TOTAL RECALL via the Batch file
  141.         that executes the door.
  142.  
  143. Example|Batch File|
  144. -------------------
  145. A sample  door batch  file is  included in the ZIP file.  On my BBS this
  146. file is called RECALL and does the following:
  147.                                                                              .
  148.    ECHO OFF
  149.    CD\DOORS\RECALL         <=- Switch to my doors Directory.
  150.    RECALL RECALL.CNF       <=- Execute the door program and pass the
  151.                                 configuration filename to the program.
  152.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  153.    BOARD                   <=- Restart BBS.
  154.                                                                              .
  155. This Door is multi-node  compatible so you may run more than 1 node from
  156. the same .CNF file  provided the path to your  system file (PCBOARD.SYS,
  157. CALLINFO.BBS, etc) is exactly the same.
  158.                                                                              .
  159. The file  BRT71EFR.EXE must be in the  same  directory  as this door or
  160. accessible via the DOS PATH command.
  161.  
  162.  
  163.                           |Top Ten Bulletin|
  164.                            ----------------
  165.                                                                              .
  166. The first time you run TOTAL RECALL online it will create 3 files called
  167. RECALL.BUL, RECALL.BLT and  RECALLG.BLT. If you  wish to change the path
  168. or filename of the  Bulletin,  you must edit  RECALL.BUL and  change the
  169. first line to whatever path/filename you desire.
  170.  
  171.  
  172.                              |Sysop Keys|
  173.                               ----------
  174.                                                                              .
  175. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  176.          written to DOOR.SYS and USERS.SYS
  177. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  178.          and/or written to DOOR.SYS and USERS.SYS
  179. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  180. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  181.          and/or written to DOOR.SYS and USERS.SYS
  182. F8    -  Returns the caller involuntarily to the BBS.
  183. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  184.          and/or written to DOOR.SYS and USERS.SYS
  185. F10   -  Activates SysOp CHAT mode within the DOOR.
  186. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  187. UP    -  Give the caller extra time while in the DOOR.  
  188. DN    -  Subtract time from the caller while in the DOOR. 
  189. HOME  -  HELP key for Status Line options.
  190. ALT-N -  SysOp next on toggle. Value is passed to PCBoard.
  191.          Not available on non-PCBoard systems.
  192. ALT-X -  PCBoard will exit after current caller logs off. Value is
  193.          passed to PCBoard. Not available on non-PCBoard systems.
  194.  
  195.                             |Distribution|
  196.                              ------------
  197.                                                                              .
  198. This program is being distributed via the SHAREWARE concept and as such,
  199. may be copied freely with the following restrictions:
  200.                                                                              .
  201.         * The program must be supplied in it's original unmodified
  202.           form, including documentation.
  203.                                                                              .
  204.         * This program may not be distributed as part of any commercial
  205.           application or service without the express, written consent
  206.           of the author.
  207.                                                                              .
  208.         * Vendors of Shareware/Public Domain software may not
  209.           distribute this program without the express, written
  210.           consent of the author, unless Vendor has been approved
  211.           by the Association of Shareware Professionals (ASP).
  212.  
  213.  
  214.                             |Registration|
  215.                              ------------
  216.                                                                              .
  217. This door represents  many hours of  programming and the author deserves
  218. just compensation for his time, efforts and expertise.  If you find this
  219. program to be of some  value and you  continue to use it on your system,
  220. you must return the order form provided along with the registration fee.
  221. Registration  entitles you to  free upgrades via  modem from  MicroNet's
  222. Support Conference.  Payments should be  made in the  form of a check or
  223. money order. Foreign orders  must be in U.S. funds drawn on a U.S. bank. 
  224.                                                                              .
  225.     Online registration with Visa or Mastercard is available via our
  226.     Credit Card Door on the following systems:
  227.                                                                              .
  228.       MicroNet: (615) 626-1620 ULTRA   Livewire: (609) 235-5297 MNP5
  229.         (TN)                             (NJ)    (609) 866-2551 HST DS
  230.                                                  (609) 727-3246 MNP5
  231.                                                                              .
  232. NNOTE: If you register online, your registration number will be posted in
  233.       a private message on the system you registered with. If you register
  234.       by mail, your registration number will be posted on MicroNet.
  235.  
  236.                               |Copyright|
  237.                                ---------
  238.                                                                              .
  239. Total Recall, Copyright (c) 1987-92 by Ted Freeman, is being  distributed
  240. as Shareware. Under this concept you may use the SHAREWARE (unregistered)
  241. version for a reasonable period of  time for evaluation  after which you
  242. must either register your copy or discontinue  usage.
  243.  
  244.                               |Warranty|
  245.                                --------
  246.                                                                              .
  247. This product is provided as is without warranty of any kind.  The entire
  248. risk as to the results and performance of the program is assumed by you.
  249. Futhermore, the  author does not warrant, guarantee, or  make any  other
  250. representations regarding the use of,  or the  results of the use of the
  251. program,  and you rely on the  program and  results  solely at  your own
  252. risk.  The author  cannot and will not accept  responsibility for system
  253. damage, loss of profit or any other special, consequential or incidental 
  254. damages  resulting  from  the use of or inability to  use this  product.
  255.  
  256.